kbuild: remove "*_felconfig" target
authorMasahiro Yamada <[email protected]>
Fri, 13 Mar 2015 09:08:54 +0000 (18:08 +0900)
committerTom Rini <[email protected]>
Sat, 28 Mar 2015 13:03:08 +0000 (09:03 -0400)
commit97ec89e5012510ca0d86e994740eab2e697dd047
tree2e55c40267447b85ccb2eb27ca7ea5065d0f83fd
parent3f54dc48c0579b934eba5cfaeb19fb6c8ddcb9ec
kbuild: remove "*_felconfig" target

This target was added by commit cbdd9a9737cc (sunxi: kconfig: Add
%_felconfig rule to enable FEL build of sunxi platforms.).

At that time, U-Boot used separate .config files for U-Boot proper
and SPL.  I understood the pain to modify both .config and
spl/.config.

Now, we have switched to single .config configuration.
It seems acceptable to run "make menuconfig" or friends to enable
CONFIG_SPL_FEL, as we do for other CONFIGs.

Signed-off-by: Masahiro Yamada <[email protected]>
Cc: Ian Campbell <[email protected]>
Cc: Hans de Goede <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
scripts/multiconfig.sh